home *** CD-ROM | disk | FTP | other *** search
- *** ../vixie/named/ns_resp.c Thu Dec 1 04:38:14 1994
- --- ns_resp.c Thu Dec 1 15:20:44 1994
- ***************
- *** 742,749 ****
- --- 742,751 ----
- * If there are addresses and this is a local query,
- * sort them appropriately for the local context.
- */
- + #if !defined(SETTRANSFER) || defined(ROUND_ROBIN)
- if (ancount > 1 && (lp = local(&qp->q_from)) != NULL)
- sort_response(tp, ancount, lp, eom);
- + #endif /* !SETTRANSFER || ROUND_ROBIN */
-
- /*
- * An answer to a T_ANY query or a successful answer to a
-